.slider {
    position: relative;
    height: 554px;
    min-width: 1004px;
    width: 100%;
    overflow: hidden;
}
.slider .slider-pointer {
    position: absolute;
    bottom: 20px;
    color: #fff;
    list-style: none;
    padding: 0;
    z-index: 999;
}
.slider .slider-pointer li {
    display: inline-block;
    margin: 0 15px;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #ffffff;
    opacity: 0.85;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
}
.slider .slider-pointer li:hover {
    background-color: #e30006;
}
.slider .slider-pointer li.active {
    background-color: #b00005;
}
.slider .slider-inner {
    width: 100%;
    height: 100%;
    position: relative;
}
.slider .slider-inner .item {
    width: 100%;
    height: 100%;
    float: left;

}
.slider .slider-inner img {
    background-position: center top !important;
    width: 100%;
    height: 100%;
}
.slider .slider-control {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    border-radius: 30px;
    text-align: center;
    font-weight: 900;
    font-size: 20px;
    line-height: 30px;
    background-color: #ffffff;
    opacity: 0.5;
    cursor: pointer;
    top: 40%;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
    transition: all 320ms ease;
}
.slider .slider-control:hover {
    opacity: 0.65;
    background-color: #b00005;
}
.slider .slider-control:active {
    opacity: 0.85;
}
.slider .slider-control.prev {
    display: none;
    left: 20px;
}
.slider .slider-control.next {
    display: none;
    right: 20px;
}
.slider:hover .slider-control.prev {
    display: block;
    left: 20px;
}
.slider:hover .slider-control.next {
    display: block;
    right: 20px;
}


/*下面轮播*/
.wrapper {

    width: 1100px;

    height: 220px;

    margin: -110px 0 0 -540px;

    position: absolute;

    left: 50%;

    top: 40%;

}



.carousel {

    width: 1100px;

    position:relative;

}

.carousel ul {

    list-style: none;

    display: block;

    margin: 0;

    padding: 0;

}

.carousel li {

    /*background: transparent url(../images/carousel_polaroid.png) no-repeat 0 0;*/

    font-size: 40px;

    color: #999;

    text-align: center;

    display: block;

    width: 340px;

    height: 344px;

    padding: 0;

    margin: 6px 14px 6px 6px;

    float: left;

    position: relative;

}



.carousel li img {

    width: 340px;

    height: 234px;

    margin-top: 14px;

}
.carousel li a{
    text-decoration: none;
}
.carousel li a h4{
    color: #000;
}
.carousel li a h5{
    color: #5B5B5B;
}
.carousel li:hover a h4{
    color: #2D4E93;
}


.carousel li span {

    background: transparent url(../images/carousel_shine.png) no-repeat 0 0;

    text-indent: -999px;

    display: block;

    overflow: hidden;

    width: 201px;

    height: 127px;

    position: absolute;

    z-index: 2;

    top: 14px;

    left: 16px;

}



.clearfix {

    float: none;

    clear: both;

}

.carousel .prev, .carousel .next {

    background: transparent url(../images/carousel_control.png) no-repeat 0 0;

    text-indent: -999px;

    display: block;

    overflow: hidden;

    width: 15px;

    height: 21px;

    margin-left: -10px;

    position: absolute;

    top: 35%;

}

.carousel .prev {

    background-position: 0 0;

    left: -30px;

}

.carousel .prev:hover {

    left: -31px;

}

.carousel .next {

    background-position: -18px 0;

    right: -20px;

}

.carousel .next:hover {

    right: -21px;

}





#tab{position:relative;}
#tab .tabList ul li{
    float:left;
    background:#fefefe;
    background:-webkit-gradient(linear,left top,left bottom, from(#fefefe), to(#ededed));
    padding:5px 0;
    width:100px;
    text-align:center;
    margin-left:-1px;
    position:relative;
    cursor:pointer;
}
#tab .tabCon{
    position:absolute;
    left:-1px;
    top:32px;

}
#tab .tabCon div{
    padding:10px;
    position:absolute;
    opacity:0;
    filter:alpha(opacity=0);
}
#tab .tabList li.cur{
    border-bottom:none;
    background:#fff;
    float:left;
}
#tab .tabCon div.cur{
    opacity:1;
    filter:alpha(opacity=100);
}

ds{
    display: none;
}